home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 326-350 / disk_337 / cmanual / readme.doc < prev    next >
Text File  |  1992-05-06  |  5KB  |  136 lines

  1.  AA  M   M I  GGGG  AA     CCC    M   M  AA  N   N U  U  AA  L
  2. A  A MM MM I G     A  A   C   C   MM MM A  A NN  N U  U A  A L
  3. AAAA M M M I G GGG AAAA   C       M M M AAAA N N N U  U AAAA L
  4. A  A M   M I G   G A  A   C   C   M   M A  A N  NN U  U A  A L
  5. A  A M   M I  GGGG A  A    CCC    M   M A  A N   N  UU  A  A LLLL
  6.  
  7.  
  8. AMIGA C MANUAL  ALIAS: AMIGA SUITES  AUTHOR: ANDERS BJERIN  V1.00
  9.  
  10. Copyright 1990 by Anders Bjerin. All rights reserved. This
  11. manual together with the examples may be given to others if
  12. no fee, except to cover the costs, is charged. The three disks
  13. may not be modified, and may not be published in any form
  14. without written permission by the author. A registered owner
  15. may however use parts of the manual in his own commercial/non-
  16. commercial programs/articles.
  17.  
  18. This manual is dedicated to Sioe-Lin Kwik for her moral support
  19. and assistance. I would also like to thank Mats Bjerin and the
  20. rest of my family for all their help.
  21.  
  22. ---------------------------------------------------------------
  23.  
  24. This is the complete C manual for the Amiga which describes
  25. how to open and work with Screens, Windows, Graphics, Gadgets,
  26. Requesters, Alerts, Menus, IDCMP, Sprites etc. The manual
  27. consists of 11 chapters together with more than 70 fully
  28. executable examples with source code.
  29.  
  30. The examples are written in Lattice C V5.02, but will compile
  31. perfectly with older versions, as well as with other C
  32. compilers.
  33.  
  34. There are three major advantages with this C manual compared
  35. to others available in PD as well as in shops:
  36.  
  37. 1. You only need to pay £15 (or $25) instead of £42 (Book £32
  38.    +£10 for one disk containing some examples.) Once you have
  39.    registered you can update to newer editions for the cost of
  40.    disks plus post and packing. A registered owner can also get
  41.    pictures etc digitized, and sound effects sampled free of
  42.    charge (include a SAE + disk + tape/pictures). This is a NON
  43.    PROFIT MAKING club which only goal is to help C programmers
  44.    all over the world.
  45.  
  46. 2. It completely explains how to use Intuition etc with simple
  47.    as  well as complex examples, which go deeper into each
  48.    subject than any other manual. The more persons who register
  49.    the more features will also be included/explained in updated
  50.    versions. The manual can both be read as a tutorial and as a
  51.    reference manual.
  52.  
  53. 3. The manual consists of more than 200 pages PLUS more than 70
  54.    complete examples. Everything is put on three disks which
  55.    means that you will save days of work since you do not need
  56.    to type in the examples yourself. You can directly run the
  57.    already compiled programs, or immediately start to experiment
  58.    with the source codes. Programming should be FUN!
  59.  
  60.  
  61. If you find this manual useful please register. I have worked
  62. for several months with it, and if I get enough support, I will
  63. write even more chapters/examples. A registered owner will also
  64. get:
  65.  
  66. 1. Registration card for the Amiga C Club (ACC).
  67.  
  68. 2. Updated versions of the manual for only the cost of disks
  69.    plus post and packing. (£5 or $10)
  70.  
  71. 3. Access to a video digitizer and a sound sampler. Send a SAE
  72.    plus disk and pictures/tapes, and it will be done for you
  73.    free of charge.
  74.  
  75. 4. Help with your C programs. Send a SAE, a disk containing the
  76.    source code of the program (a printout of the code is also
  77.    fine), and a description of the problem, and we will try to
  78.    help you.
  79.  
  80.  
  81. Send the registration fee (£15 or $25) and your name with full
  82. address to:
  83.  
  84.   Amiga C Club (ACC)
  85.   Anders Bjerin
  86.   Tulevagen 22
  87.   181 41  LIDINGO
  88.   SWEDEN
  89.  
  90.  
  91. You can order the latest version of the manual direct from ACC
  92. for a cost of £15 (registration) + £5 (3 disks, post and
  93. packing), a total of £20. ($25 + $10 = $35)
  94.  
  95. A registered owner can get the latest version of the manual for
  96. only £5 ($10) which includes the price of 3 disks, post and
  97. packing.
  98.  
  99. (Subject to availability and prices may change without notice.)
  100.  
  101. ---------------------------------------------------------------
  102.  
  103. AMIGA C MANUAL Version 1.00 consists of 11 chapters plus more
  104. than 70 examples with source code etc. Each chapter is placed in
  105. a separate directory together with its examples.
  106.  
  107. The first chapter (chapter 0) is called "Introduction", and
  108. contains information which you need to read before you can
  109. start programming the Amiga. It explains how to operate the
  110. compiler, special features in C etc.
  111.  
  112. The following 9 chapters explain how to use Intuition:
  113.   1 Screens
  114.   2 Windows
  115.   3 Graphics
  116.   4 Gadgets
  117.   5 Requesters
  118.   6 Alerts
  119.   7 Menus
  120.   8 IDCMP
  121.   9 Miscellaneous
  122.  
  123. The last chapter in this edition shows how to operate the
  124. sprites.
  125.  
  126.  
  127. If you want to print out the manual on paper, you can read the
  128. file "DIY.doc" in the "DIY" drawer on the third disk. It
  129. explains in which order the chapters and appendixes should be
  130. placed etc.
  131.  
  132.  
  133. HAPPY PROGRAMMING!
  134.  
  135. Reference Number: 0
  136.